failure 488:

Requirement failed: {scalb.14.02.01} Function executed successfully with EOK error code, while `isOverflow_Unifloat(model_res) == true` means that ERANGE SHALL be set
location
trace /var/opt/lsb/test/olver-core/2013-01-21_10-20-40/util_float_scenario.utz (util_float_scenario.utt), line 17616
occurence
scenario util_float_scenario
specification function scalb_spec()
parameter value  CallContext context = [pid=17999,thr=b752d6c0]
parameter value  Unifloat * @x = (double) -1.7976931348623157e+308 (-0x.FFFFFFFFFFFFF800P1024)
parameter value  Unifloat * x = (double) -1.7976931348623157e+308 (-0x.FFFFFFFFFFFFF800P1024)
parameter value  Unifloat * @n = (double) 2.0000000000000000e+00 (0x.8000000000000000P2)
parameter value  Unifloat * n = (double) 2.0000000000000000e+00 (0x.8000000000000000P2)
parameter value  ErrorCode * @errno = EOK
parameter value  ErrorCode * errno = EOK
return value  (Unifloat *) (double) -Infinity
coverage
& branch
C
x is non-zero, n - finite value
properties
REQ failed scalb.14.02.01
kind POSTCONDITION_FAILED
similar known bug(s)
The scalb() family of functions shall compute x*r^n, where r is the radix of the machine's floating-point arithmetic. According to LSB, the functions shall set EDOM error code when x is zero and n is +Inf, or x is Inf and n is -Inf and ERANGE when overflow occurs. But the functions sets error code EOK in these cases.